home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / anides32 / readme.txt < prev   
Encoding:
Text File  |  1997-12-16  |  2.3 KB  |  68 lines

  1. *****************************************************************************
  2. * AniDes32.dll Ver 1.01                                              DEC97  *
  3. * Dynamic Link Library for displaying images on the Desktop                 *
  4. *****************************************************************************
  5.  
  6. Contents
  7.  
  8. 1. Introduction
  9.  
  10. 2. Insturctions for the DLL
  11.  
  12. 3. Example
  13.  
  14. 4. Requirement
  15.  
  16. *****************************************************************************
  17. 1. INTRODUCTION
  18.  
  19. WonderWork is proud to announce the release of AniDes32 Development Library,
  20. which enables developers to display images on the Desktop. For our 
  21. suggestion, you are encouraged to make the Desktop activate by putting
  22. animation.
  23.  
  24. *The whole package included a DLL File (hidden), Example & import library
  25.  
  26. *****************************************************************************
  27. 2. INSTURCTIONS FOR THE DLL
  28.  
  29. For this DLL, we provide 4 functions for you.
  30.  
  31. i.)   SetDisplayDC   - To get a display device context, 
  32.                        which is the Desktop DC.
  33.  
  34. ii.)  SetAniDesk     - To get the clipping region so that 
  35.                        you can display images on it.
  36.  
  37. iii.) ResetAniDesk   - To delete the clipping region after you have used it.
  38.  
  39.  
  40. iv.)  ResetDisplayDC - To delete the display device context.
  41.  
  42. *****************************************************************************
  43. 3. EXAMPLE
  44.  
  45. In this package, we have provided you a source file named "example.c", which
  46. is based on C language and you can read it by a very detail way. We are 
  47. allowed you to modify this source file freely. For this example, you can
  48. compile it by using Visual C++ Workspace (included in the package).
  49.  
  50. *****************************************************************************
  51. 4. REQUIREMENT
  52.  
  53. You must have a Windows95 based machine and a C/C++ compiler which supported
  54. Win32s development (Such as Borland C++ and Visual C++). You are also needed
  55. to able to program in C/C++ lauguage.
  56.  
  57. *****************************************************************************
  58. Thanks for your kindly support!
  59.  
  60. We are not taking fee for this release. Hope you like it!
  61.  
  62. For any troubleshooting,
  63. E-mail us at <shw@pacific.net.sg> / <shw@singa.pore.net>
  64.               (Before  12/31/97)       (After 1/1/98)
  65.  
  66. By WonderWork. 
  67. (Wong Siu Wai)
  68.